/* 相关资讯 */
.news_bg {
  padding-bottom:100px;
  background: linear-gradient(181deg, #EDF5FE 0%, #EFF8FC 50%, #EDF5FE 100%);
}
.news-title {
    padding: 100px 0 40px;
}
.news-content {
    display: flex;
    justify-content: space-between;
}
.news-content-card {
    width: 584px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 10px 32px 0px rgba(111, 115, 133, 0.05);
    border-radius: 20px;
    padding: 40px 24px 32px;
}
.news-card-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.news-card-list .news-card-list-item {
    display: flex;
    align-items: center;
}
.news-card-list-item .news-card-list-title {
    font-size: 24px;
    font-weight: 500;
    color: #0F1633;
    line-height: 36px;
    padding-left: 12px;
}
.news-card-list-item .news-do1-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/wp-content/themes/do1/assets/images/home/news-do1-icon.svg") no-repeat center;
}
.news-card-list-item .news-info-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/wp-content/themes/do1/assets/images/home/news-info-icon.svg") no-repeat center;
}
.news-card-list-item .news-card-list-more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6F7385;
    line-height: 22px;
    padding-right: 4px;
}
.news-card-list-item .news-card-list-more:hover { 
    color: #0F1633;
}
.news-card-list-time .news-more-icon,.news-card-list-item .news-more-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/do1/assets/images/home/news-more-icon.png") no-repeat center;
    background-size: 16px 16px;
}
.news-card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-top: 12px;
}
.news-card-content .news-card-content-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.news-card-content-item .news-circle-icon {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #F55402;
    margin: 0 12px;
}
.news-card-content-item .news-card-list-name {
    width: 400px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #0F1633;
    line-height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-content-card-faq .news-card-list-name {
    width: 475px;
}
.news-card-content-item .news-card-list-name:hover {
    color: #F55402;
 }
.news-card-content .news-card-list-time {
    font-size: 14px;
    color: #6F7385;
    line-height: 22px;
    flex-shrink: 0;
}